Apart from the obvious changes to the required packages the
following lines need to be added to ur.inc:
{$ifdef VER150} // Delphi 7
{$define Delphi5}
{$define Delphi6}
{$endif}
{$ifdef VER170} // Delphi 2005
{$define Delphi5}
{$define Delphi6}
{$endif}
I'd suggest to switch to using the include file jedi.inc from project
Jedi instead, so the {$ifdef Delphi6} everywhere should be {$ifdef
Delphi6up}.