The latest Platform SDK (the "Microsoft Windows Vista SDK") changes the directory and registry keys that identify where it is installed. This updates the method that finds that in "setup.py" to find it.
I hadn't noticed the addition of "# 4. Vista's SDK" in an earlier change to setup.py. I guess that match this patch a change to *prefer* using that SDK if it is installed as well as older ones in the older "C:\Program Files\Microsoft Platform SDK" or "C:\Program Files\Microsoft SDK"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
update to setup.py to find Windows Vista SDK
Logged In: YES
user_id=14198
Originator: NO
Thanks Trent - please check it in!
Logged In: YES
user_id=34892
Originator: YES
I hadn't noticed the addition of "# 4. Vista's SDK" in an earlier change to setup.py. I guess that match this patch a change to *prefer* using that SDK if it is installed as well as older ones in the older "C:\Program Files\Microsoft Platform SDK" or "C:\Program Files\Microsoft SDK"
Logged In: YES
user_id=14198
Originator: NO
The order is largely arbitrary so I'm happy for you to just go for it if you are confident it works.
I think Trent did check this in.