I have a problem similar to the WindowsSdkDir Problem. But I see that the FrameworkDir is not set correctly for a standard user. Only the administrative user gets the correct FrameworkSdkDir.
The old location of the Framework was "C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0". In the corresponding include directory are only a few files, but the windows.h is mising. The new location ist "C:\Program Files\Microsoft SDKs\Windows\v6.0A".
This causes that the include file "windows.h" is not found anymore an compiling of any C++ Windows projects fails.
How can this be fixed?