I will answer my own question, I did find the latest mage.exe under "
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" but my other question now is how can I make MS Build to call this exe instead of the other?
I am using the below code to get the Framework SDK Path, this does not go to the Microsoft SDK directory, is there any other property that I can use? [I am not sure if this will help me: "
GetFrameworkPath"]
<GetFrameworkSdkPath>
<Output TaskParameter="Path" PropertyName="WindowsSDKPath" />
</GetFrameworkSdkPath>
thanks!